Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement unique request IDs across threads #444

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

matthewkotila
Copy link
Contributor

Takes the thread ID and sets that to the upper 16 bits of the 64-bit-converted-to-string request ID. Takes the thread-local request ID and sets that to the lower 48 bits.

@debermudez
Copy link
Contributor

how are we testing this right now? Manually?

@matthewkotila
Copy link
Contributor Author

@debermudez: how are we testing this right now? Manually?

@nv-hwoo will/is testing it manually and we'll also deliver the build to @pskiran1 to test.

@matthewkotila matthewkotila merged commit 1890a34 into main Dec 6, 2023
3 checks passed
@matthewkotila matthewkotila deleted the matthewkotila-hwoo-unique-request-id branch December 6, 2023 18:22
@debermudez
Copy link
Contributor

offline @pskiran1 stated that his manual testing worked. This is good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants